From c02f68f0bacaabcf4b9ec8639ef819d4857f2911 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Wed, 9 Dec 2015 17:15:04 +0100 Subject: [PATCH] GtkFlowBox: Fix copy/paste mistake in docs --- gtk/gtkflowbox.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c index d035174237..775d0a0fd8 100644 --- a/gtk/gtkflowbox.c +++ b/gtk/gtkflowbox.c @@ -4994,8 +4994,8 @@ gtk_flow_box_invalidate_filter (GtkFlowBox *box) * gtk_flow_box_child_changed()) and when gtk_flow_box_invalidate_sort() * is called. * - * + * Note that using a sort function is incompatible with using a model - * + * (see gtk_list_box_bind_model()). + * Note that using a sort function is incompatible with using a model + * (see gtk_flow_box_bind_model()). * * Since: 3.12 */ -- 2.30.2